Learn how to get started with Web SDK by installing the necessary packages and using the wagmi connectors to utilize an Embedded Wallet or Native EOA Wallet for authentication.
SequenceConnect
wrapper for connecting web3 wallets to your application, follow these steps:
Install the Web SDK dependencies
Create a Config
SequenceConnect
will need to be created as waas
(meaning an Embedded Wallet).First obtain a WaaS Config Key from the Sequence Builder and a project access key, then make sure your project origin is whitelisted in the Builder Embedded Wallet Configuration.
If you want to allow WalletConnect you will also need a Wallet Connect ID.
To setup Google Login follow the Google Configuration for Embedded Wallet.Setup Provider Component
main.tsx
.Trigger the Connection Modal